home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / windcf.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  722b  |  17 lines

  1. #ifndef    _WINDCF_H
  2. #define    _WINDCF_H
  3.  
  4. /*    "wind.c"        ------------------------------------------------*/
  5. extern    int        _win_chkSize( WINSYS_T *wsys, WIN_T *win );
  6. extern    int        _win_chkSize2( WINSYS_T *wsys, WIN_T *win, REG FRAME *fr );
  7. extern    int        _win_chkSize3( WINSYS_T *wsys, WIN_T *win, WIN_T *mywin, REG FRAME *fr );
  8.  
  9. extern    WINFR_T    *WinSetWorkFrame( WINFR_T *topWf, int x1, int y1, int x2, int y2 );
  10. extern    void    WinFreeWorkFrame( WINFR_T *topWf );
  11. extern    WINFR_T    *WinGetDtFrame( WINFR_T *topWf, FRAME *newFr, FRAME *oldFr );
  12.  
  13. /*    "win032.c"        ------------------------------------------------*/
  14. extern    WINFR_T    *WinGetMoveFrame( WINSYS_T *wsys, WIN_T *win, WINFR_T *topWf, FRAME *newFr, FRAME *oldFr );
  15.  
  16. #endif
  17.